home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 2: CDPD 1 / Almathera Ten on Ten - Disc 2: CDPD 1.iso / pd / 026-050 / 049 / myupdate / myupdate.doc < prev    next >
Text File  |  1995-03-13  |  2KB  |  40 lines

  1.  
  2. Format:        MYUPDATE [-C][-I][-S][-V] <source> <destination>
  3.  
  4. Template:      MYUPDATE "-C/S,-I/S,-S/S,-V/S,SOURCE/A,DESTINATION/A"
  5.  
  6. Purpose:       To update workbench disks with system software
  7.  
  8.  
  9. Specification:
  10.  
  11. MYUPDATE without any switches will copy a file from the source directory
  12. to the destination directory only if the file exists in the destination
  13. directory. It is designed to update software within a workbench disk without
  14. increasing the number of existing files on customized workbench disks. If
  15. the -C switch is used, the command will copy files from the source to
  16. the destination directories without checking for the existence of the
  17. destination file. If the -I switch is used, the command will run in
  18. interactive mode and query you before each file is updated. If the
  19. -S switch is used the file will be stripped of unnecessary whitespace
  20. as it is copied to the destination directory. Its primary use is for
  21. updating and stripping C language include files. The -V switch is used to
  22. put the command into verbose mode and notify you as each file is updated.
  23. All the switches may be used together or separately to achieve the desired
  24. effects.
  25.  
  26.  
  27. Examples:
  28.  
  29. MYUPDATE df1:c df0:c
  30.  
  31. updates files that exist in df0:c with files from df1:c.
  32.  
  33. MYUPDATE -c -s -v df1:include df0:include
  34.       or
  35. MYUPDATE -csv df1:include df0:include
  36.  
  37. copies and strips files from df1:include to df0:include without checking for
  38. the existence of the destination file. The command will notify you as each
  39. file is processed.
  40.